home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Software of the Month Club / Amiga General Interest Volume 220 (1995)(SOMC)(Disk 3 of y)[SMCxxxC30Ix].zip / Amiga General Interest Volume 220 (1995)(SOMC)(Disk 3 of y)[SMCxxxC30Ix].adf / Install-PERL < prev    next >
Text File  |  1995-11-29  |  568b  |  24 lines

  1. if exists lha
  2.    skip loser
  3. else
  4.    echo "Software of the Month Club"
  5. endif
  6. echo "Have you moved the Install Icon to the Partition you"
  7. echo "want to install PERL v4 to? ( Y/N )"
  8. ask Continue?
  9. IF WARN
  10.    echo Yes
  11.    c:copy smc220c30i3:lha c:
  12.    echo "Installing PERL v4.0......."
  13.    lha x smc220c30i3:perl.lzh
  14.    c:delete install.info
  15.    echo "All done Enjoy. "
  16. else
  17.    echo "Maybe later then, bye now........"
  18. endif
  19. quit
  20. LAB loser
  21. echo "You can't install to this Disk.  Please move this icon to  where you want "
  22. echo "PERL v4.0 installed on your Hard-Drive."
  23. wait 5
  24.